GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-14T01:04:26.1903623+00:00",
"SubmitDate": "2026-03-14T01:04:26.1903623+00:00",
"ReportPeriodStart": "2026-03-14T01:04:26.2059873+00:00",
"ReportPeriodEnd": "2026-03-14T01:04:26.2059873+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "790e3029-53cd-469b-89b0-6489ae0eeeb0",
"Rows": [
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "790e3029-53cd-469b-89b0-6489ae0eeeb0",
"Rows": [
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9eb419b2-dfaa-493f-86d3-5a5a9759d6a4",
"7cafb78a-fe71-4cbb-af4e-77737a7ce72a"
],
"Approvers": [
"0632e55d-58a4-41bf-8ee4-b26864d674f1",
"ec6e8fb0-d37b-46a1-ba8c-91c967b5e1da"
],
"ApprovedBy": "373d61dc-3d98-4fb2-8cd1-2f13d4cc4269",
"ApprovalDate": "2026-03-14T01:04:26.2059873+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e2df952b-2d99-4abf-bb06-a26754d806b1",
"id": "dab0d095-65ec-4fb6-bf06-f33f4de097bc",
"ConfigId": "3f310fae-e9a8-4e1d-b019-8ea159240ae2"
},
{
"GenerationDate": "2026-03-14T01:04:26.1903623+00:00",
"SubmitDate": "2026-03-14T01:04:26.1903623+00:00",
"ReportPeriodStart": "2026-03-14T01:04:26.2059873+00:00",
"ReportPeriodEnd": "2026-03-14T01:04:26.2059873+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "790e3029-53cd-469b-89b0-6489ae0eeeb0",
"Rows": [
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "790e3029-53cd-469b-89b0-6489ae0eeeb0",
"Rows": [
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cbe7067e-06a1-43c2-8b04-961cebababb8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9eb419b2-dfaa-493f-86d3-5a5a9759d6a4",
"7cafb78a-fe71-4cbb-af4e-77737a7ce72a"
],
"Approvers": [
"0632e55d-58a4-41bf-8ee4-b26864d674f1",
"ec6e8fb0-d37b-46a1-ba8c-91c967b5e1da"
],
"ApprovedBy": "373d61dc-3d98-4fb2-8cd1-2f13d4cc4269",
"ApprovalDate": "2026-03-14T01:04:26.2059873+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e2df952b-2d99-4abf-bb06-a26754d806b1",
"id": "dab0d095-65ec-4fb6-bf06-f33f4de097bc",
"ConfigId": "3f310fae-e9a8-4e1d-b019-8ea159240ae2"
}
]